home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / mac / Children / Bugs Bannis / Fantasoft.sea / Realmz 6.0.3 / Divinity DEMO / Divinity DEMO Data / Bag of Holding (DEMO).rsrc / TEXT_130.txt < prev    next >
Text File  |  1999-03-17  |  2KB  |  29 lines

  1. Code 3                                            Player Option
  2.  
  3. ID                                                                            Extra Codes ID
  4.  
  5. Use: Allows you to ask the player either a YES/NO question or you         can prompt the player with anything you like and branch             accordingly.
  6.  
  7. Options:                            None
  8.  
  9. E-Codes:                      1) 1 = Yes: Continue  0 = No: Continue
  10.                                                                                             2) 0 = Back Up, 1 = X-AP, 2 = Within Simple,
  11.                                                                                                             3 = Within Complex, 4 = Eliminate
  12.                                                                                             3) X-AP/Branch No. Of Encounter (0-3)
  13.                                 4) Prompt, left side (Optional)
  14.                                                                                             5) Prompt, right side (Optional)
  15.  
  16. 1)  A value of 1 here will cause the game to continue executing codes if the player clicks the YES or the Left option.  Otherwise, the game will branch to the locations specified in #2 and #3.  A value of 0 will cause the game to continue executing codes if the player clicks the NO or the Right option.  Otherwise the game will branch to the locations specified in #2 and #3. 
  17.  
  18. 2)  A value of 0 will cause the party to back up a pace on the map.  
  19. A value of 1 will cause the game to branch to an Extra Action Point.
  20. A value of 2 will cause the game to branch Within a Simple Encounter.
  21. A value of 3 will cause the game to branch to Within a Complex Encounter.
  22. A value of 4 will cause the game to eliminate this Action Point and stop executing the script.
  23.  
  24. 3)  The Extra Action Point, or encounter result no. to branch to.  You can either have it branch to an X-AP or have it branch within a simple or complex encounter.
  25.  
  26. 4)  A value of 0 will cause the game to display the standard YES / NO options for the user.  A value greater than zero will cause the game to display a phrase.  Example:  String ID.  20 could be written to say, ‚ÄúRescue the woman‚Äù  String ID.  21 could be written to say, ‚ÄúBack away‚Äù
  27. A prompt, Left side value of 20 and a prompt, Right side value of 21 would cause the game to display the options as read above instead of the Yes/No.
  28.  
  29. 5)  Same as 4 above only for the right side of the question bar.